home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Guided Tour of Multimedia (Second Edition)
/
The Guided Tour of Multimedia (Second Edition).iso
/
trials
/
director
/
evalcopy
/
director.z
/
NAVIGATR.DIR
/
00478_Field_478.txt
< prev
next >
Wrap
Text File
|
1994-06-14
|
484b
|
18 lines
MECH , 79
--=================================================================
on mAnimateBall me
-- see if the ball is in contact with any mech part
set touching = mTestContact (me)
if (not (touching)) then
-- not touching any mech part, test if in vacumm field
set sucking = mTestSuction (me)
if (not(sucking)) then
-- not in suction field of vacumm Chute so just move the ball
mMoveBall (me)
end if
end if
end mAnimateBall